<HTML><HEAD>
<!--
    -----------------
    Window Controller
    -----------------
-->

<SCRIPT LANGUAGE="JavaScript"><!-- hide from old browsers

/*
    THE JAVASCRIPT COOKBOOK by Erica Sadun, webrx@mindspring.com
    Copyright (c)1998 by Charles River Media.  All Rights Reserved.
    
    This applet can only be re-used or modifed by license holders of the
    JavaScript Cookbook CD-ROM.  Credit must be given in the source
    code and this copyright notice must be maintained. If you do
    not hold a license to the JavaScript Cookbook, you may NOT
    duplicate or modify this code for your own use.

    Use at your own risk. No warranty is given or implied of the suitability 
    of this applet for any specific application. Neither Erica Sadun nor 
    Charles River Media will be held responsible for any unwanted effects 
    due to the use of this applet or any derivative. 
*/

<!-- done hiding --></SCRIPT></HEAD>

<BODY bgcolor="000000"><SCRIPT>
if (self.opener == null) 
{
    if (self.history.length > 1)
    {
        alert('There is no main window associated with this remote. '+
              'The remote control will now back up to the previous window.')
        self.history.go(-1)
    }
    else
    {
        alert('This remote control has no main window.  '+
            'This remote will now close.')
        self.close()
    }
}
</SCRIPT><IMG SRC="../GRAFX/REMOTE2.GIF" width=136 height=59 
usemap="#map" border=0><MAP name="map"
><AREA SHAPE=rect HREF="javascript:self.opener.history.back()"  
    COORDS="20,19, 52,41"
><AREA SHAPE=rect HREF="javascript:self.opener.history.go(0)" 
    COORDS="52,19, 84,41"
><AREA SHAPE=rect HREF="javascript:self.opener.history.forward()"
    COORDS="84,19, 116,41"></MAP
><!-- Copyright &copy;1996 by Charles River Media 
--></BODY></HTML>